home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Utilities / Choowin / choowin.readme < prev    next >
Encoding:
Text File  |  2001-04-07  |  2.8 KB  |  73 lines

  1. Short:    Start and Window activation utility
  2. Author:   email@martin-elsner.de (Martin R. Elsner)
  3. Uploader: email@martin-elsner.de (Martin R. Elsner)
  4. Version:  1.0
  5. Type:     util/wb
  6. Requires: AmigaOS 3.5
  7. Kurz:     Start- und Windowaktivierungsprogramm
  8.  
  9. Choowin is a little tool comparable to the windows taskbar; it gives a list
  10. of current windows on all public screens. If you click on an entry, this
  11. window (and its screen if necessary) will be brought to the front and will be
  12. activated.
  13. That's not all, just with v1.0 you have the possibiliy to enter your programs
  14. in the tooltypes that can be started via Workbench. Look into the tooltypes
  15. (click on the Choowin icon and select Icon->Information from the Menu), and
  16. you will see how to configure your start menu.
  17.  
  18. Choowin uses reaction and therefore requires at least OS3.5 or newer versions.
  19. There is still a little bug: when you activate the Choowin window and then
  20. click on the Workbench or a WB window (only the interior, not the gadgets),
  21. the mouse doesn't move some time. If somebody knows what may cause this, feel
  22. free to contact me!
  23.  
  24. Usage:
  25. - Edit the tooltypes to fit your choices:
  26.  
  27.   POSX,POSY: position of Choowin on the Workbench screen (use a high value to
  28.   bring it to the right or bottom border)
  29.  
  30.   WIDTH,HEIGHT: width and height of the appearing window list
  31.  
  32.   SCREEN: public screen where choowin shall appear, either the correct
  33.   PubScreenName if known or a significant part of it (e.g. SCREEN=WEB will use
  34.   the AWeb screen if present)
  35.  
  36.   UNNAMED: also windows without titles are shown with their position
  37.   (as "Unnamed at (x,y)")
  38.  
  39.   The following tooltypes may appear several times:
  40.  
  41.   FILTER: enter name pattern of windows that shall not be shown, enclosed in
  42.   quotes and case sensitive, e.g. FILTER="Unnamed#?" will not show unnamed
  43.   windows
  44.  
  45.   GROUP: the name of a group of programs
  46.  
  47.   START: the program to be started. First write the name for the entry, then
  48.   a comma and the filename, e.g. START=AWeb,aweb3:aweb-ii
  49.  
  50. - Start the program by double clicking on it. You can also drop it
  51.   in WBStartup to start it automatically, then use the tooltype DONOTWAIT
  52.   (it should already be set; in RAWWBInfo there is a gadget you can check).
  53.  
  54. - Start a program with the left (start) button and choose the program. You can
  55.   click on the "+" and "-" signs to show or hide groups (if you know MainPrefs
  56.   you don't need any explanation ;-)
  57.  
  58. - When you want to see a specific window, click on the window gadget and then
  59.   on the entry which shows the window title.
  60.   If you click on any other area or press any key the window list
  61.   will be closed.
  62.  
  63. - To quit the program, click on the start gadget and then on "Quit"
  64.  
  65.  
  66. History:
  67.  
  68. V1.0, 07.04.01:
  69.  
  70.   - added complete start menu
  71.   - changed the ugly icon into glowy icon
  72.   - added tooltypes FILTER,GROUP,START
  73.